projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b499789
)
* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Aug 2005 15:01:35 +0000
(15:01 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Aug 2005 15:01:35 +0000
(15:01 +0000)
should not be there, causing menu display errors in GTK 2.6.9.
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index d8835c2b5fd4789ae51a2645e5597935e3b7d7c9..7f2e411b933bd68ba9c6c930a2f19a248b552a14 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-2606,7
+2606,7
@@
xg_modify_menubar_widgets (menubar, f, val, deep_p,
xg_update_menubar (menubar, f, &list, list, 0, val->contents,
select_cb, highlight_cb, cl_data);
- if (deep_p)
;
+ if (deep_p)
{
widget_value *cur;